filechooserbutton: Fix drag highlight problems
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 13:50:38 +0000 (08:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 13:51:50 +0000 (08:51 -0500)
commit4c3e4d3ea1134b92b70cbb632f07f3a049ced589
tree509b35b661808cb2125042e8762d7aaedd8e5a6e
parente8c5db0425bb58a965a7d46f1d40d16fec2de40b
filechooserbutton: Fix drag highlight problems

This widget is a bit unusual in that it is a box that acts as
the drop target, while the visible content is a child of the box.
Propagate :drop(active) to the child to make the highlight visible.
gtk/gtkfilechooserbutton.c